Method TreeQuery<TProps>(IRedbObject?, int?)
Create tree query limited to subtree (synchronous).
If rootObject = null, returns empty queryable (more convenient for client code).
IRedbQueryable<TProps> TreeQuery<TProps>(IRedbObject? rootObject, int? maxDepth = null) where TProps : class, new()